projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a2932b
)
tests: Make treechanging test run as fast as possible
author
Benjamin Otte
<otte@redhat.com>
Sat, 10 Dec 2011 03:52:33 +0000
(
04:52
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Sat, 10 Dec 2011 07:00:26 +0000
(08:00 +0100)
tests/testtreechanging.c
patch
|
blob
|
history
diff --git
a/tests/testtreechanging.c
b/tests/testtreechanging.c
index b267bb0fde2bbf23c6b891a45ad80698146de4c8..825caeb22a1d37ebe5a07e5294270d2ed4e83da1 100644
(file)
--- a/
tests/testtreechanging.c
+++ b/
tests/testtreechanging.c
@@
-342,7
+342,7
@@
main (int argc,
gtk_widget_show_all (window);
- g_
timeout_add (50,
dance, treeview);
+ g_
idle_add (
dance, treeview);
gtk_main ();